CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Hough opencv

搜索资源列表

  1. hough

    0下载:
  2. 用hough变换来检测圆,并且能画出圆的轮廓,是基于opencv的控制台程序,效果不错,适合初学者-With the hough transform to detect circles, and can draw the outline of the circle, is based on the opencv the console application, good results, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1399446
    • 提供者:王乐
  1. Get-Circle-Using-Hough

    0下载:
  2. 获取图片中的圆形,用到OpenCV,方法是Hough变换法-Get Circle In The Image Using OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:18597
    • 提供者:
  1. class-specific-Hough-forests-

    0下载:
  2. 用于目标检测的Hough森林分类法。比随即森林效果要好。附有文章和代码。代码是在unix环境下的Opencv运行的。还有训练数据。-ClassSpecifi c Hough Forests for Object Detection,better than random forest.include paper and source code ,working in Opencv .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12258852
    • 提供者:hfutyang
  1. jiaotong

    0下载:
  2. 我做交通标志检测和识别中用到的几个子模块,本人亲测在VS2008平台上能跑。程序不复杂,但是对于初学Opencv的人来说还是有一定用处的。包括,提取特征颜色、霍夫圆检测、Canny边缘检测等。-Opencv Hough Canny
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5994
    • 提供者:余权
  1. hough

    1下载:
  2. 基于OpenCV的Hough变换结合Canny边缘检测的人眼瞳孔检测算法。-Combination of the Canny edge detection of the human eye pupil detection algorithm based on OpenCV Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:732672
    • 提供者:食草堂
  1. opencv-codes-of-Hough

    0下载:
  2. C语言环境下 opencv中的 利用Hough变换检测圆 把后缀改为word即可-opencv codes of Hough
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:52224
    • 提供者:kzx
  1. hough

    0下载:
  2. 基于opencv的vc++图像处理中的hough线段检测代码-hough line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:803
    • 提供者:vivicharchar
  1. Hough-Line-detection

    0下载:
  2. 基于opencv的Hough线段检测,能有效的检测出图像中的线段-Hough line detection based on opencv can effectively detect image segments
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:821106
    • 提供者:吴星怡
  1. hough-change

    0下载:
  2. 利用opencv对图像进行哈夫变换,Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Opencv use the Hough transform to the image, Hough transformation point- line Duality image space and Hough parameter space to the image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:9427298
    • 提供者:赵健
  1. Hough

    0下载:
  2. vs2010+opencv的霍夫直线特征提取-Hove, vs2010+opencv linear feature extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:5697005
    • 提供者:liyuan
  1. hough.cpp

    0下载:
  2. 这是一个基于VC++的Opencv的一个Hough函数的程序-This is a procedure based on VC++ about Hough circle
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:9787
    • 提供者:jiangdan
  1. CircleDetect(Opencv)

    0下载:
  2. 用OPENCV编写的VC圆检测程序,个人觉得速度好于传统HOUGH变换算法-OPENCV prepared using VC circle detection procedures, personally feel that the speed is better than traditional HOUGH Transform Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4061
    • 提供者:thofde
  1. hough

    0下载:
  2. 基于OpenCV的hough变换检测图像直线,本代码能够识别焊缝跟踪功能。-OpenCV based hough transform to detect linear image, the code can identify seam tracking.
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1790041
    • 提供者:黄凯军
  1. Hough-line-test

    0下载:
  2. Hough线段检测,是一个很好的opencv学习范例,对于初学者有很大的帮助。-Hough line detection, opencv learning is a good example of a great help for beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:962
    • 提供者:王越
  1. openCV...Track

    0下载:
  2. openCV中的代码 有2ROI Hough检测直线 kalman跟踪小球 播放视频 车道线检测工程代码 -openCV code 2ROI Hough kalman and other thing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-02-06
    • 文件大小:12550144
    • 提供者:王玉
  1. hough

    0下载:
  2. implementation of hough transformation in visual c++ with openCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2550073
    • 提供者:blade
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1682929
    • 提供者:jianglei
  1. Hough

    0下载:
  2. 使用opencv中的Hough变换对图像中的线段和近似圆的圆进行检测-The Hough transform using opencv image of lines and circles round the approximate detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1353576
    • 提供者:徐婉茹
  1. OPenCV-feature--summary

    0下载:
  2. 包括 颜色提取 形状提取,形状提取包括 Candy算子对边缘提取、  角点提取、 Hough直线提取-Including color extraction shape extraction, including  Candy shape extraction operator for edge detection,   corner extraction,  Hough lin
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:448490
    • 提供者:
  1. hough

    0下载:
  2. 实现对图像的椭圆和直线检测,代码可以直接运行,基于OPenCV实现的-Achieve elliptical and linear detection image of the code can be run directly implemented based OPenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4006160
    • 提供者:姚佳玉
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com